home *** CD-ROM | disk | FTP | other *** search
/ Bath / Bath CDROM.iso / pc / BATH.DXR / Topbar_14_hotspot.ls < prev    next >
Encoding:
Text File  |  2001-07-26  |  148 b   |  8 lines

  1. on mouseEnter me
  2.   set the blend of sprite the currentSpriteNum to 20
  3. end
  4.  
  5. on mouseLeave me
  6.   set the blend of sprite the currentSpriteNum to 0
  7. end
  8.